hip.extensions.file

Undocumented in source.

Members

Aliases

load
alias load = mxTtf.load
Undocumented in source.
loadFromFile
alias loadFromFile = mxImg.loadFromFile
Undocumented in source.
loadFromFile
alias loadFromFile = mxTtf.loadFromFile
Undocumented in source.

Functions

loadFromFile
bool loadFromFile(HipTexture texture, string path)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

mxImg
mixin HipFSExtend!(Image, "", void delegate(IImage img), void delegate()) mxImg
Undocumented in source.
mxTtf
mixin HipFSExtend!(Hip_TTF_Font, "path") mxTtf
Undocumented in source.

Mixed In Members

From mixin HipFSExtend!(Image, "", void delegate(IImage img), void delegate()) mxImg

loadFromFile
bool loadFromFile(T instance, string path, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
load
bool load(T instance)
Undocumented in source. Be warned that the author may not have intended to support it.

From mixin HipFSExtend!(Hip_TTF_Font, "path") mxTtf

loadFromFile
bool loadFromFile(T instance, string path, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
load
bool load(T instance)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta